Work around bug in Python's inspect module -- catch an IndexError exception
authorEwan Mellor <ewan@xensource.com>
Sat, 17 Mar 2007 16:56:39 +0000 (16:56 +0000)
committerEwan Mellor <ewan@xensource.com>
Sat, 17 Mar 2007 16:56:39 +0000 (16:56 +0000)
commit716d0617c936b721deb6fc2212add0acca58af32
tree8b9f31e1e4215b2351ffb62a57c18d8f122e9f27
parentc95d97855e1470874178e25f645a45ca7d9da1dc
Work around bug in Python's inspect module -- catch an IndexError exception
if the source-code lookup fails.

Signed-off-by: Ewan Mellor <ewan@xensource.com>
tools/python/xen/xend/XendLogging.py